V10.5.2/service update#160
Conversation
Refresh NuGet packages to latest compatible versions across all target frameworks. Pin container runtime environments to specific patch versions for improved reproducibility. Update GitHub Actions workflow to use the latest jobs-nuget-push action. Upgrade DocFX base image to latest stable NGINX to improve security and performance.
Updated all 43 NuGet packages with v10.5.2 release notes. The release documents dependency upgrades to latest compatible versions across all target frameworks. Availability strings correctly reflect project target frameworks: ASP.NET Core packages target .NET 10 and .NET 9, Cuemon.Extensions.IO targets .NET 10, .NET 9, .NET Standard 2.1 and .NET Standard 2.0, and all other packages target .NET 10, .NET 9 and .NET Standard 2.0.
Deleted nuget-pouplate.prompt.md and nuget.prompt.md from .github/prompts/. These prompts are no longer used in the release workflow.
Greptile SummaryThis is a routine service update (v10.5.2) that bumps NuGet dependencies, upgrades toolchain packages, pins Docker test-runner images to specific patch versions, and updates the NuGet push GitHub Actions workflow from
Confidence Score: 5/5All changes are dependency version bumps and release-note housekeeping with no logic modifications. Every touched file is either a package version pin, a release notes text file, or a single-line infrastructure tag update. The coverlet jump from 8 to 10 is a two-major bump but is expected for .NET 10 tooling alignment and affects only test infrastructure. No production code, public API surface, or migration scripts are altered. No files require special attention. Directory.Packages.props carries the most consequential changes but all bumps follow the established TFM-conditional grouping pattern. Important Files Changed
Reviews (1): Last reviewed commit: "🔥 Remove obsolete NuGet prompt files" | Re-trigger Greptile |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #160 +/- ##
==========================================
- Coverage 82.90% 82.80% -0.10%
==========================================
Files 602 602
Lines 19157 19157
Branches 2001 2001
==========================================
- Hits 15882 15863 -19
- Misses 3215 3216 +1
- Partials 60 78 +18 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



This pull request updates the release notes for all NuGet packages in the repository to version 10.5.2, documenting a dependencies upgrade across all supported target frameworks. In addition, it updates the NuGet push workflow to use a new major version and bumps the default NGINX version in the DocFX Dockerfile. Two obsolete prompt files for release note population are also removed.
Release notes and version updates:
.nuget/**/PackageReleaseNotes.txtfiles, indicating that dependencies have been upgraded to the latest compatible versions for all supported target frameworks. The new block follows a consistent format and is added above the previous version block. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]Build and workflow changes:
.github/workflows/ci-pipeline.ymlto usecodebeltnet/jobs-nuget-pushversion 3 (v3) instead of version 2, ensuring the latest workflow improvements and compatibility.1.30.0-alpineto1.31.0-alpinein.docfx/Dockerfile.docfx.Prompt and automation cleanup:
.github/prompts/nuget-pouplate.prompt.mdand.github/prompts/nuget.prompt.md, which are no longer needed for release note population automation. [1] [2]